home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
POV-Ray 2.2
/
POVMAC
/
POV-Ray
/
POV-Ray.rsrc
/
TEXT_309_difference.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-10
|
227 b
|
8 lines
// CSG difference, subtract intersections of shapes 2…N from Shape1
difference
{
Shape1 {…} // Start with this shape
Shape2 {…} // This will be "cut out" of Shape1
ShapeN {…} // This will be "cut out" of Shape1
}